"Dropbox like color theme" shadcn/ui theme

futuristic
high-contrast
immersive
bold-colors
experimental
modern
tech-inspired
vibrant
unconventional
readable

Shadcn/ui Theme Css Variables

name: Neon Horizonkeyword: Dropbox like color theme views: 2

:root {
  --background: 240 100% 5%;
  --foreground: 0 0% 98%;
  --card: 240 100% 10%;
  --card-foreground: 0 0% 98%;
  --popover: 240 100% 10%;
  --popover-foreground: 0 0% 98%;
  --primary: 200 100% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 100% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 100% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 200 100% 50%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 100% 30%;
  --input: 240 100% 30%;
  --ring: 200 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}